home *** CD-ROM | disk | FTP | other *** search
/ Nebula 1 / Nebula One.iso / Misc / Calculette / Source / Pref.h < prev    next >
Encoding:
Text File  |  1995-06-12  |  201 b   |  16 lines

  1. #import <appkit/appkit.h>
  2.  
  3. @interface Preferences:Object
  4. {
  5.   id    window;
  6.   id    printerButton;
  7.   id    fixButton;
  8.   id    precisionPopUpList;
  9.   id    precisionPopUpButton;
  10. }
  11.  
  12. - save:sender;
  13. - revert:sender;
  14.  
  15. @end
  16.